A. Session.Exit
B. Session.Close( )
C. Session.Discard( )
D. Session.Abandon
Advertisement
Related Mcqs:
- When is the user controls code is executed______________?
- A. After the webform loads B. Before Page_init event of web form C. After the page_init event of webform D. None of the above...
- ______________ element in the web.config file to run code using the permissions of a specific user?
- A. element B. element C. element D. element...
- Where do we include the user lists for windows authentication ?
- A. B. C. D....
- What is the extension of a web user control file ?
- A. .Aspx B. .Asmx C. .Ascx D. None of these...
- You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
- A. Response.ViewState B. Response.Cookies C. Session D. Application...
- In ASP.NET in form page the object which contains the user name is ________________?
- A. Page.User.IsInRole B. Page.User.Name C. Page.User.Identity D. None of these...
- How do you register a user control ?
- A. Add Source, Tag prefix B. Add Tag prefix, Tag name C. Add Src, Tagprefix, Tagname D. None of these...
- What is the default session out time__________________?
- A. 10 sec B. 20 sec C. 20 min D. 40 min...
- Who can access Session state variables ?
- A. All users within a single tunnel B. All Users of an application C. A Single session D. All of the above...
- Which property of the session object is used to set the local identifier ?
- A. SessionId B. LCID C. Item D. Key...
Advertisement